toggle menu
library
common
switch theme
search in API
library
/
io.github.wax911.library.model.attribute
/
[common]GraphError
/
Location
Location
common
data
class
Location
(
val
line
:
Int
,
val
column
:
Int
)
Location describing which part of GraphQL document caused an exception.
Members
Constructors
Location
Link copied to clipboard
common
constructor
(
line
:
Int
,
column
:
Int
)
Properties
column
Link copied to clipboard
common
val
column
:
Int
line
Link copied to clipboard
common
val
line
:
Int